Namespace - LJCAddressParserLib
Parameters
currentIndex - The token index value.
Returns
true if the token is a Suffix; otherwise, false.
Syntax
| C# |
|
public Boolean ParseSuffix(Int32& currentIndex)
|
Parses any preceding suffix token into the Suffix Property.
Remarks
Decrements currentIndex by one if the token is a Suffix.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.